home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE09 / CLINIC / TESTDLGU.DFM / TESTDLGU.txt
Text File  |  1996-03-15  |  408b  |  23 lines

  1. object TestForm: TTestForm
  2.   Left = 173
  3.   Top = 269
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'TestForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Button1: TButton
  14.     Left = 168
  15.     Top = 120
  16.     Width = 89
  17.     Height = 33
  18.     Caption = '&Show Dialog'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22. end
  23.